(tramp-default-method): New default method "sm"
authorKai Großjohann <kgrossjo@eu.uu.net>
Thu, 11 Jul 2002 19:59:07 +0000 (19:59 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Thu, 11 Jul 2002 19:59:07 +0000 (19:59 +0000)
commit116285561b697da5943263014fa901c216633c6a
treeaad982adb74641fab5fdafc0037515d75649eefd
parentc78d7606cd6bce87528a025a9dd809a52f50c159
(tramp-default-method): New default method "sm"
which I guess to be good for most people.
(tramp-default-method-alist): Use "ftp" method (ie, forwarding to
Ange-FTP) for some user/host combinations.
(tramp-file-name-structure, tramp-file-name-regexp)
(tramp-make-tramp-file-format)
(tramp-make-tramp-file-user-nil-format)
(tramp-multi-file-name-structure)
(tramp-multi-file-name-hop-structure)
(tramp-make-multi-tramp-file-format): New default value which
unifies the filename syntax between Tramp and Ange-FTP.  The new
syntax is "/method:user@host:path".  Note the colon after the
method.
(tramp-handle-file-name-directory): Don't return "/" when
completing a remote root directory (where the filename looks like
"/method:user@host:/").
(tramp-handle-ange-ftp): Deleted.
(tramp-disable-ange-ftp): New function, called at toplevel,
deletes Ange-FTP from file-name-handler-alist.
lisp/ChangeLog
lisp/net/tramp.el